Business Components are accessed via their business interfaces. Following is an example of how to call the above component from some other business object:
PersonFinders finders = PersonFinders.Factory.newInstance(); int count = finders.findCountByNameType(NameTypeLookup.constants.PRIMARY); logger.info(count + " primary names found");
Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Documentation build: 12.7.2016 11:59:39 [SDK_1481129979000]